type os.errSymlink
7 uses
os (current package)
removeall_at.go#L100: if _, ok := err.(errSymlink); ok {
root_openat.go#L128: case nil, errSymlink:
root_openat.go#L165: case nil, errSymlink:
root_openat.go#L358: case errSymlink:
root_openat.go#L404: type errSymlink string
root_openat.go#L406: func (errSymlink) Error() string { panic("errSymlink is not user-visible") }
root_unix.go#L278: return errSymlink(link)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |